home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Dev / SpeakFreely_Src / version.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-05-27  |  433 b   |  12 lines

  1.  
  2. /*  Speak Freely version number  */
  3.  
  4. /*  It is *essential* you write the version number as a continuation
  5.     line of the #define Relno statement and that line must be the last
  6.     line of the version.h file.  The code that embeds the version
  7.     number in the sfvod Perl script assumes this is the case and will
  8.     die a horrible and difficult to diagnose death if it isn't so.  */
  9.  
  10. #define Relno   \
  11. "Release 7.1, September MIM"
  12.